projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d203f63
)
[entry] unregister icon windows
author
Paolo Borelli
<pborelli@gnome.org>
Sat, 16 Feb 2013 15:28:45 +0000
(16:28 +0100)
committer
Paolo Borelli
<pborelli@gnome.org>
Sat, 16 Feb 2013 15:28:45 +0000
(16:28 +0100)
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index d6a3804261a730b342f72749b68e33d55f1e1d44..e6d2e56a141162606f9e0b12c57b464ba5e55884 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-3164,6
+3164,7
@@
gtk_entry_unrealize (GtkWidget *widget)
{
if (icon_info->window != NULL)
{
+ gtk_widget_unregister_window (widget, icon_info->window);
gdk_window_destroy (icon_info->window);
icon_info->window = NULL;
}